ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / DeferResizing Property

In This Topic
    DeferResizing Property (FlexGridBase<T>)
    In This Topic
    Gets or sets whether row and column resizing should be deferred until.
    Syntax
    'Declaration
     
    Public Overridable Property DeferResizing As Boolean
    public virtual bool DeferResizing {get; set;}
    See Also